X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=564466fda6f6be786dc02a152ceba96a0677cb73;hb=2aa3c0cd39679dc780199b95c6b5a6e7f39e3660;hp=1d6f3ef5305f4a176c46f8b4567f00044e200d09;hpb=43d2fc7060b16923ffebf75230e79081206c4b74;p=smdp.git diff --git a/Makefile b/Makefile index 1d6f3ef..564466f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # # Makefile -# Copyright (C) 2015 Michael Goehler +# Copyright (C) 2016 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 =