Skip to content

Commit

Permalink
remove -std-c99
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjudd committed Jan 26, 2013
1 parent ef36274 commit 41bbb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classes/%.class: src/%.java
${javac} ${java_src} -d classes/

bin/%: src/%.c
gcc -std=c99 $< -o $@
gcc $< -o $@

${jar}: ${classes}
jar cf ${jar} -C src/ org
Expand Down

0 comments on commit 41bbb30

Please sign in to comment.