X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=0db1ec6f693cc66ae0edb768e8ba50b2e673be07;hb=62a398086c517e1cc71401c9bbd69928d0ded638;hp=15fd54caa7d905cb001a48754eff8ca682d8a7ce;hpb=d697dc5138fe93ed9d0316ddf41de6c12b05683d;p=smdp.git diff --git a/Makefile b/Makefile index 15fd54c..0db1ec6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # # Makefile -# Copyright (C) 2016 Michael Goehler +# Copyright (C) 2018 Michael Goehler # # This file is part of mdp. # @@ -20,7 +20,7 @@ UNAME_S := $(shell uname -s 2>/dev/null || echo not) -SOURCES = $(wildcard src/*.c) +SOURCES = $(sort $(wildcard src/*.c)) OBJECTS = $(SOURCES:.c=.o) TARGET = mdp DESTDIR =