expand -h option

This commit is contained in:
2020-10-09 23:35:01 +02:00
parent a724173b76
commit d5d858a043
2 changed files with 10 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
OPTS = -Wall -g -DDEBUG_LEVEL=0
all: joy2laser
laserblast.o: laserblast.c Makefile
gcc -c ${OPTS} $<