Skip to content

Instantly share code, notes, and snippets.

@barusan
Created October 6, 2015 11:41
Show Gist options
  • Save barusan/e9ada07ceb383823602f to your computer and use it in GitHub Desktop.
Save barusan/e9ada07ceb383823602f to your computer and use it in GitHub Desktop.
$ diff -U1 Makefile.Base{.bak,}
--- Makefile.Base.bak 2015-10-06 20:31:18.000000000 +0900
+++ Makefile.Base 2015-10-06 20:37:07.000000000 +0900
@@ -30,5 +30,5 @@
-all : javalib pdftk
+all : pdftk
-javalib :
+$(JAVALIB) :
$(MAKE) -f Makefile -iC $(JAVALIBPATH) all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment