compile with -g

This commit is contained in:
Albert S. 2013-09-21 20:44:51 +02:00
parent a42855c95b
commit 2209e47c3c
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
all: adhocify.c
gcc adhocify.c -std=c99 -Wall -Wextra -pedantic -o adhocify
gcc adhocify.c -g -std=c99 -Wall -Wextra -pedantic -o adhocify