Skip to content

Commit

Permalink
add src/Makefile to P1XBRATEN_SOURCE_FILES
Browse files Browse the repository at this point in the history
  • Loading branch information
sauerbraten committed Mar 7, 2024
1 parent 3dc3a44 commit 1acb456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ clean-sauer: ensure-sauer-dir
cd $(SAUER_DIR)/src && make clean

VANILLA_SOURCE_FILES=enet,engine,fpsgame,shared
P1XBRATEN_SOURCE_FILES=$(VANILLA_SOURCE_FILES),p1xbraten,anticheat/anticheat.cpp
P1XBRATEN_SOURCE_FILES=$(VANILLA_SOURCE_FILES),p1xbraten,anticheat/anticheat.cpp,Makefile

update-src: clean-sauer
rm --recursive --force src/{$(P1XBRATEN_SOURCE_FILES)}
Expand Down

0 comments on commit 1acb456

Please sign in to comment.