Skip to content

Commit

Permalink
Remove link.o, dump.o on make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryMelodies committed Jan 25, 2025
1 parent 667379c commit ffcb849
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 @@ -39,7 +39,7 @@ force:
make all

clean: tests_clean
rm -rf link dump $(MAIN_OFILES) $(LINKER_OFILES) $(FORMAT_OFILES) $(DUMPER_OFILES) $(SCRIPT_OFILES) src/script/scan.cc src/script/parse.tab.cc src/script/parse.tab.hh
rm -rf link src/link.o dump src/dump.o $(MAIN_OFILES) $(LINKER_OFILES) $(FORMAT_OFILES) $(DUMPER_OFILES) $(SCRIPT_OFILES) src/script/scan.cc src/script/parse.tab.cc src/script/parse.tab.hh

tests_clean:
$(MAKE) -C tests/1_hello clean
Expand Down

0 comments on commit ffcb849

Please sign in to comment.