Skip to content

Commit

Permalink
Fix top-level Makefile clean target
Browse files Browse the repository at this point in the history
The sub-makefile has a 'clean' target rather than a 'cleaner' one.
This has been wrong for long time.
  • Loading branch information
Vincent Palatin committed Apr 9, 2020
1 parent ab24951 commit e211f38
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 @@ -2,7 +2,7 @@ all:
cd checksum ; make all

clean:
cd checksum ; make cleaner
cd checksum ; make clean

test:
cd checksum ; make test
Expand Down

0 comments on commit e211f38

Please sign in to comment.