Skip to content

Commit

Permalink
Fix post-munging names accidentally included in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
apjanke committed Jan 21, 2021
1 parent 83c660f commit 79f8b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ DISTFILES=build/Mcode doc lib examples README.md LICENSE CHANGES.txt

.PHONY: test
test:
./dev-kit/launchtests_mycoolpackage
./dev-kit/launchtests_mypackage

.PHONY: build
build:
./dev-kit/build_mycoolpackage
./dev-kit/build_mypackage

# Build the programmatically-generated parts of the _source_ files for the doco
.PHONY: docs
Expand Down

0 comments on commit 79f8b27

Please sign in to comment.