We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d14e4c commit 17021efCopy full SHA for 17021ef
Makefile
@@ -20,7 +20,7 @@ endif
20
21
22
$(PROGRAM): $(SOURCE)
23
- mkdir build
+ mkdir build/bin -p
24
$(CC) -o build/bin/file $(CFLAGS) $(LDFILES) $(SOURCE)
25
#$(CC) -o 800 $(CFLAGS) $(LDFILES) $(SOURCE)
26
#$(CC) -o 900 $(CFLAGS) --config deps/orix-sdk/cfg/telestrat_900.cfg $(LDFILES) $(SOURCE)
0 commit comments