Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nibrahim committed Nov 20, 2010
1 parent 3e4e02d commit f7cab65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions C/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
csv_test: trial0.c Makefile
gcc -Wall trial0.c -g -o csv_test libcsv.o

check-syntax:
gcc -Wall -o nul -S ${CHK_SOURCES}

0 comments on commit f7cab65

Please sign in to comment.