Skip to content

Commit

Permalink
Add M2-planet and M2-minimal makefile targets to .PHONY.
Browse files Browse the repository at this point in the history
  • Loading branch information
stikonas committed Nov 19, 2023
1 parent 698e68c commit e6447d9
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 @@ -56,7 +56,7 @@ bin/M2-minimal: bin test/results cc.h cc_reader.c cc_strings.c cc_types.c cc_cor
-o $@

# Clean up after ourselves
.PHONY: clean
.PHONY: clean M2-Planet M2-minimal
clean:
rm -rf bin/ test/results/
./test/cleanup_test.sh 0000
Expand Down

0 comments on commit e6447d9

Please sign in to comment.