diff options
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ SDL = -L/usr/lib -lSDL2 default: - gcc src/main.c $(SDL) -o main + gcc src/main.c $(SDL) -DGRAPHICAL -o main interpreter: rm interpreter |
index : apple-c | ||
An Apple I emulator written in C. | Aleksei Eaves |
summaryrefslogtreecommitdiff |
-rw-r--r-- | makefile | 2 |
@@ -1,7 +1,7 @@ SDL = -L/usr/lib -lSDL2 default: - gcc src/main.c $(SDL) -o main + gcc src/main.c $(SDL) -DGRAPHICAL -o main interpreter: rm interpreter |