Skip to content

Commit

Permalink
Next tirific
Browse files Browse the repository at this point in the history
  • Loading branch information
gigjozsa committed Mar 22, 2017
1 parent a991201 commit 7ea20dd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This is a very simple makefile.

SHELL = /bin/sh
PATH := .:$(PATH)

# Create a target without a file
.PHONY: clean virginal cleanplay document qfits
Expand Down Expand Up @@ -80,9 +81,6 @@ LOCINC = -I$(LOCINCDIR)
# Source code and object files are in src
SRC = $(DIR)src/

# Special files to generate the qfits library are in xmemory
XMEMORY = $(DIR)xmemory/

# The single routine gets into bin
BIN = $(DIR)bin/

Expand Down Expand Up @@ -245,7 +243,7 @@ document: $(DOCUSOURCES)
@echo

# generating the qfits library
qfits: $(XMEMORY)qfits_memory.h $(XMEMORY)qfits_memory.c
qfits:
@echo
@echo '####################'
@echo '# REBUILDING QFITS #'
Expand All @@ -270,5 +268,4 @@ virginal: clean
touch $(DIR)qfits-6.2.0; rm -rf $(DIR)qfits-6.2.0
touch $(DIR)doc; rm -rf $(DIR)doc
touch $(DIR)bin/tirific; rm -f $(DIR)bin/tirific
touch $(XMEMORY)qfits_memory.h $(XMEMORY)qfits_memory.c
touch $(DOCUSOURCES)

0 comments on commit 7ea20dd

Please sign in to comment.