Grunddaten
This commit is contained in:
13
pc-software/test/Makefile
Normal file
13
pc-software/test/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
all: cept.o main.o
|
||||
gcc -Werror ./*.o -o miniBTX -lcodebananas
|
||||
|
||||
main.o: main.c
|
||||
gcc -Werror -c main.c
|
||||
|
||||
cept.o: cept.c
|
||||
gcc -Werror -c cept.c
|
||||
|
||||
|
||||
clean:
|
||||
rm ./*.o
|
||||
rm ./miniBTX
|
Reference in New Issue
Block a user