diff -r 5065d0d52680 -r 706080c30af6 make/Makefile.mk --- a/make/Makefile.mk Sat Apr 15 15:42:31 2023 +0200 +++ b/make/Makefile.mk Sat Apr 15 15:45:42 2023 +0200 @@ -1,7 +1,7 @@ # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. # -# Copyright 2013 Olaf Wintermann. All rights reserved. +# Copyright 2023 Olaf Wintermann. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: @@ -41,9 +41,6 @@ $(BUILD_DIRS): mkdir -p $@ -ucx: FORCE - cd ucx; $(MAKE) - ui: FORCE cd ui; $(MAKE) all