]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
makefile: remove unused "make llvm" and "make profile" targets.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Mar 2019 16:01:54 +0000 (11:01 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Mar 2019 16:01:54 +0000 (11:01 -0500)
makefile

index 3862b333e3dbf6fd4de745e560814c56554969bf..5f586a7012b099fddf1155fa92e61e2dde7fe171 100644 (file)
--- a/makefile
+++ b/makefile
@@ -31,16 +31,6 @@ $(TESTSUITE_BIN): $(SRCS) test/TestSuite.hs
                         --enable-tests
        runghc Setup.hs build
 
-llvm: $(PN).cabal $(SRCS)
-       FLAGS="llvm" make
-
-profile: $(SRCS)
-       runghc Setup.hs configure \
-                        --user \
-                        --prefix=/ \
-                        --enable-executable-profiling
-       runghc Setup.hs build
-
 clean:
        runghc Setup.hs clean
        rm -rf dist/