Skip to content

Commit

Permalink
fix makefile for building
Browse files Browse the repository at this point in the history
  • Loading branch information
MutantAura committed Feb 14, 2024
1 parent a2d0f52 commit 4db747c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ all:

gcc src/fish.c src/cpu.c -o build/fish8 $(CFLAGS) `pkg-config --cflags --libs sdl2`

release:
make clean
tar -czvf fish8.tar.gz build/

clean:
rm -rf build/
make all

0 comments on commit 4db747c

Please sign in to comment.