Skip to content

Commit

Permalink
tg5040: fix makefile, update gitignore for jstest
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun Inman committed Oct 27, 2024
1 parent 099ab77 commit 5573aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ libretro-common
**/squashfs/output

**/other/evtest
**/other/jstest
**/other/dtc
**/other/sdl
**/other/sdl2
Expand Down
2 changes: 1 addition & 1 deletion workspace/tg5040/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ all: readmes
early: $(REQUIRES_EVTEST) $(REQUIRES_JSTEST) $(REQUIRES_UNZIP60)
mkdir -p other
cd $(REQUIRES_EVTEST) && $(CROSS_COMPILE)gcc -o evtest evtest.c
cd $(REQUIRES_EVTEST) && $(CROSS_COMPILE)gcc -o jstest jstest.c
cd $(REQUIRES_JSTEST) && $(CROSS_COMPILE)gcc -o jstest jstest.c
cd $(REQUIRES_UNZIP60) && make -f unix/Makefile.trimuismart unzip

clean:
Expand Down

0 comments on commit 5573aec

Please sign in to comment.