diff options
| author | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2024-04-23 19:38:50 +0300 |
|---|---|---|
| committer | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2024-04-23 19:38:50 +0300 |
| commit | 6bf809731abfd1893e73f6c6b35d0a22dacd6fb2 (patch) | |
| tree | 2badb20131925d49384ae4f81924f02bcff58617 /Makefile | |
| parent | Added the presentation (diff) | |
| download | linux-game-trainer-6bf809731abfd1893e73f6c6b35d0a22dacd6fb2.tar.gz linux-game-trainer-6bf809731abfd1893e73f6c6b35d0a22dacd6fb2.zip | |
Small changes to the Makefile and the scripts
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | CC = gcc | 1 | CC = gcc |
| 2 | CFLAGS = -Wall -g | 2 | CFLAGS = -Wall -g |
| 3 | OBJS = $(patsubst %.c,%.o,$(wildcard src/*.c)) | 3 | OBJS = $(patsubst %.c,%.o,$(wildcard src/*.c)) |
| 4 | OUT = hack.out | 4 | OUT = trainer |
| 5 | 5 | ||
| 6 | $(OUT): $(OBJS) | 6 | $(OUT): $(OBJS) |
| 7 | $(CC) $(CFLAGS) -o $@ $(OBJS) | 7 | $(CC) $(CFLAGS) -o $@ $(OBJS) |
