Skip to content

Commit

Permalink
Modernize the ol’ Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
noncombatant committed May 14, 2023
1 parent 376347b commit c7069ea
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
@@ -1,5 +1,5 @@
CC = clang
CFLAGS = -Weverything -Werror -O2 -std=c17 -Wno-padded -Wno-poison-system-directories
CFLAGS = -Weverything -Werror -O3 -std=c2x -Wno-padded -Wno-poison-system-directories -Wno-declaration-after-statement
LDFLAGS = -lncurses

robotfindskitten: robotfindskitten.c
Expand Down

0 comments on commit c7069ea

Please sign in to comment.