Skip to content
Snippets Groups Projects
Commit 1c9383f2 authored by Manuel Bucher's avatar Manuel Bucher
Browse files

modified makefile

parent c909ac1b
Branches
No related merge requests found
......@@ -10,10 +10,6 @@ loesung: Makefile loesung.c
clean:
rm -f loesung
# Builder will call this to install the application before running.
install:
echo install
# Builder uses this target to run your application.
run:
./loesung < data/example05.dat
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment