Changeset 20661 for lang/haskell/nario/Makefile
- Timestamp:
- 10/04/08 07:57:29 (3 months ago)
- Files:
-
- 1 modified
-
lang/haskell/nario/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/haskell/nario/Makefile
r20397 r20661 2 2 PROJECT = nario 3 3 4 SRCS = $(wildcard *.hs) 4 SRCS = $(wildcard *.hs) $(wildcard Actor/*.hs) 5 OBJS = $(subst .hs,.o,$(SRCS)) $(subst .hs,.hi,$(SRCS)) 5 6 6 7 all: $(PROJECT).exe … … 13 14 14 15 clean: 15 rm -f *.o 16 rm -f *.hi 16 rm -f $(OBJS) 17 17 rm -f *.manifest 18 18 rm -f *.exe
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)