Merge pull request #298 from pblottiere/uninstall

Fix uninstall rule
This commit is contained in:
Paul Blottiere 2022-02-09 09:24:18 +01:00 committed by GitHub
commit cdbca68728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,9 +40,8 @@ clean:
@rm -f $(OBJS) $(LIB_A) $(OBJS_LAZPERF) $(LIB_A_LAZPERF)
$(MAKE) -C cunit $@
install:
install uninstall:
@echo "No install target in lib"
check:
$(MAKE) -C cunit $@