Files
harbour-core/harbour/tests/working/makefile.gcc
1999-05-15 09:24:39 +00:00

13 lines
156 B
Makefile

# Tell emacs that this is a -*- makefile -*-
include ../tests.mk
PRGS:= $(wildcard *.PRG)
OBJS= $(PRGS:.PRG=.o)
EXES= $(PRGS:.PRG=.exe)
all: $(EXES)