1 2 3 4 5 6 7 8 9 10
CC := gcc LD := gcc LFLAGS += -lSDL2 DESKTOP_SRCS += ppusim/sim.c \ ppusim/mem.c \ ppusim/pixel.c \ ppusim/work.c