Skip to content

Commit

Permalink
Makefile...
Browse files Browse the repository at this point in the history
  • Loading branch information
ezajko committed Nov 18, 2019
1 parent 0f38e56 commit dc8b021
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ MCFLAGS = $(CFLAGS) $(FLOATING_POINT)
MFFLAGS = $(FFLAGS)
#
all:
rm -rf $(DIST)
mkdir -p $(DIST)
cd src; make -f Makefile \
CC="$(CC)" \
DEVICES="$(DEVICES)" \
Expand All @@ -92,6 +94,7 @@ all:
MFFLAGS="$(MFFLAGS)" \
F77="$(F77)" ; \
fi ; exit 0

fonts:
cd hershey/src; make -f Makefile \
CC="$(CC)" \
Expand All @@ -101,6 +104,7 @@ fonts:
RANLIB="$(RANLIB)"
#
install:
rm -rf $(DIST)
cp src/$(LIB) $(DEST)
cp hershey/src/$(HLIB) $(DEST)
cp src/*.h $(INCDEST)
Expand Down

0 comments on commit dc8b021

Please sign in to comment.