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

modified makefile

parent c909ac1b
No related merge requests found
...@@ -10,10 +10,6 @@ loesung: Makefile loesung.c ...@@ -10,10 +10,6 @@ loesung: Makefile loesung.c
clean: clean:
rm -f loesung rm -f loesung
# Builder will call this to install the application before running.
install:
echo install
# Builder uses this target to run your application. # Builder uses this target to run your application.
run: run:
./loesung < data/example05.dat ./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