diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-02-24 15:05:52 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-02-24 15:05:52 +0100 |
commit | 36c04e7b000035086b2e2b8020a2337c5c2fa390 (patch) | |
tree | 0024c96ad6172006b3bfec263917ac830676b137 /src/ds.mk | |
parent | b69ddf1cd7123cc26b3936eda3c7c96a2750e612 (diff) |
desktop compilation options in makefile
Diffstat (limited to 'src/ds.mk')
-rw-r--r-- | src/ds.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ds.mk b/src/ds.mk new file mode 100644 index 0000000..57b305f --- /dev/null +++ b/src/ds.mk @@ -0,0 +1,2 @@ +CC := gcc +LD := gcc |