diff options
author | Karel Kočí <cynerd@email.cz> | 2015-05-16 15:30:02 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-05-16 15:30:02 +0200 |
commit | 880f7850e01cf4b958f282c7ae6564891864892d (patch) | |
tree | f66b116467ae9d77860e6fdb5815ed3d1cafc001 /Makefile | |
parent | 072937a4f2e8c64b2d05526c3e6ce412da1954f7 (diff) | |
download | linux-conf-perf-880f7850e01cf4b958f282c7ae6564891864892d.tar.gz linux-conf-perf-880f7850e01cf4b958f282c7ae6564891864892d.tar.bz2 linux-conf-perf-880f7850e01cf4b958f282c7ae6564891864892d.zip |
Set root Makefile to start evaluate script
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ run: parse_kconfig write_config picosat scripts/loop.py evaluate: - @ #TODO + scripts/evaluate.py clean: @$(MAKE) -C scripts/parse_kconfig clean |