Synchronous_reactive_systems/Makefile

6 lines
53 B
Makefile
Raw Normal View History

all:
(cd src ; make)
clean:
(cd src ; make clean)