premiere version du translateur Joystick -> Laser
This commit is contained in:
12
specific/Makefile
Normal file
12
specific/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
OPTS = -Wall -g -DDEBUG_LEVEL=0
|
||||
|
||||
|
||||
laserblast.o: laserblast.c Makefile
|
||||
gcc -c ${OPTS} $<
|
||||
|
||||
joy2laser: joy2laser.c Makefile laserblast.o
|
||||
gcc ${OPTS} $< laserblast.o ../functions/libpocosc.a -llo -o $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user