diff options
author | Paul Duncan <pabs@pablotron.org> | 2018-06-21 20:13:04 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2018-06-21 20:13:04 -0400 |
commit | a41aa781303b1ffb4923c3728f5b0dc7e022add4 (patch) | |
tree | 0b166aa1e5f5c64bd693092d5faed4ee69c9f7f2 /Makefile | |
parent | 827be7304a4c40b6465951e55195caab1d666f86 (diff) | |
download | gb-c-a41aa781303b1ffb4923c3728f5b0dc7e022add4.tar.bz2 gb-c-a41aa781303b1ffb4923c3728f5b0dc7e022add4.zip |
add auto-pc handling, implement pc for ops
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ OBJS=gb.o test.o lodepng.o -CFLAGS=-W -Wall -pedantic -Werror -Wextra -std=c11 -O3 +CFLAGS=-W -Wall -pedantic -Werror -Wextra -std=c11 -g APP=./test .PHONY=all clean test |